diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-13 12:55:31 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-13 13:01:59 -0500 |
| commit | 9e2834abc323e9b46803b764b0d04393d437a7cc (patch) | |
| tree | c14d3fa189af3cc8f58c5fd0b437157360e13e6e /src/app/groups/[groupId]/layout.tsx | |
| parent | 6bd99d9a346d8af23911b73de011ea951c889661 (diff) | |
Add share button
Diffstat (limited to 'src/app/groups/[groupId]/layout.tsx')
| -rw-r--r-- | src/app/groups/[groupId]/layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/groups/[groupId]/layout.tsx b/src/app/groups/[groupId]/layout.tsx index ca50762..07cf17f 100644 --- a/src/app/groups/[groupId]/layout.tsx +++ b/src/app/groups/[groupId]/layout.tsx @@ -42,7 +42,7 @@ export default async function GroupLayout({ <div className="flex gap-2 justify-between"> <GroupTabs groupId={groupId} /> - <ShareButton groupId={groupId} /> + <ShareButton group={group} /> </div> </div> |
